home *** CD-ROM | disk | FTP | other *** search
- TIKI
- setup
- {
- scale 1.0
- path models/projectiles/acid_glob
- surface material1 shader skin01.tga
- }
-
- init
- {
- server
- {
- classname Projectile
- setsize "-16 -16 0" "16 16 32"
- avelocity 0 0 250
- speed 600
- hitdamage 5
- damageovertime 3 5
- noshadow
- impactmarkshader acid_splat_decal
- impactmarkradius 24
- impactmarkorientation random
- aliascache impact_flesh sound/weapon/shared/splat2.wav
- aliascache impact_world sound/weapon/shared/splat_small.wav
- }
- client
- {
- tagemitter tag_emitter01 acid_drops
- (
- spawnrate 30
- model acid_drip.spr
- life 1
- scalemin 0.2
- scalemax 1.0
- scalerate .5
- fade
- offset crandom 5 crandom 5 0
- accel 0 0 -30
- randvel 0 0 -30
- )
- tagemitter tag_emitter02 acid_drops
- (
- spawnrate 30
- model acid_drip.spr
- life 1
- scalemin 0.2
- scalemax 1.0
- scalerate .5
- fade
- offset crandom 5 crandom 5 0
- accel 0 0 -30
- randvel 0 0 -30
- )
- originemitter acid_drops
- (
- spawnrate 20
- model acid_drip.spr
- life 2
- scale 0.5
- fade
- offset crandom 5 crandom 5 0
- accel 0 0 -30
- randvel 0 0 -30
- )
- originemitter acid_drops2
- (
- spawnrate 20
- model acid_drip.spr
- life 2
- scale 0.5
- fade
- offset crandom 5 crandom 5 0
- accel 0 0 -40
- randvel 0 0 -40
- )
- }
- }
-
- animations
- {
- idle rotating.tan
- spin rotating.tan
- }